home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
RTFExplorer
/
AppDelegate.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
157b
|
15 lines
#import <appkit/appkit.h>
@interface AppDelegate:Object
{
id asciiText;
id rtfText;
id exScroll;
}
- putRtf:sender;
- putAscii:sender;
@end